home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineSprite_2054 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  186 b   |  14 lines

  1. tellTarget(eval("/Variables:Colonne"))
  2. {
  3.    nextFrame();
  4. }
  5. if(eval("/Variables:Declanche") == true)
  6. {
  7.    set("/Variables:Declanche",false);
  8.    play();
  9. }
  10. else
  11. {
  12.    stop();
  13. }
  14.